home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 24 / 7 / DISK2472.ZIP / NEW.BAT < prev    next >
DOS Batch File  |  1990-05-07  |  1KB  |  29 lines

  1. Echo off
  2. Cls
  3. Echo S C H E D U L E    Project "%1" Data Base Creation.
  4. If .%1 == . Syntax1 %0
  5. If Exist %1 Syntax2 %0 %1 %2 %3 %4 %5 %6 %7
  6. If Exist %1.* Echo -----------------------------------------------------------
  7. If Exist %1.* Echo "%1" files already exist in the
  8. If Exist %1.* SYNTAX5 %1
  9. Copy C:\Packages\GanttPac\New.KBS %1.SKB >nul
  10. Schedule %1
  11. Erase %1.SKB
  12. If errorlevel 1 Exitcode %1
  13. Cls
  14. Echo S C H E D U L E    Project "%1" Data Base Creation.
  15. Echo ----------------------------------------------------------------
  16. Echo  A data base for project "%1" has been created in the
  17. Echo  default directory.
  18. Echo ----------------------------------------------------------------
  19. Echo  This has resulted is selecting the
  20. Dir | Find "Directory of"
  21. Echo off
  22. Echo ----------------------------------------------------------------
  23. Echo  R E M E M B E R   to use this project name "%1"
  24. Echo  and directory to reference this project.
  25. Echo ----------------------------------------------------------------
  26. Echo  Command "VIEW %1" is next.
  27. Pause
  28. View %1
  29.